home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / hypercrd / xcmd / prntrprt.sit / PrintReport.sit / PrintReport Demo / card_8079.txt < prev    next >
Text File  |  1989-12-18  |  2KB  |  58 lines

  1. -- card: 8079 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 4000
  4. -- background id: 5191
  5. -- name: About Columns
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 8000
  11. -- rect: left=414 top=231 right=284 bottom=471
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 2478 / 2478
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Font/Style
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   go card "About Font/Style"
  23. end mouseUp
  24.  
  25.  
  26.  
  27. -- part 2 (button)
  28. -- low flags: 00
  29. -- high flags: 8003
  30. -- rect: left=175 top=248 right=270 bottom=275
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 0 / 0
  33. -- text alignment: 1
  34. -- font id: 0
  35. -- text size: 12
  36. -- style flags: 0
  37. -- line height: 16
  38. -- part name: Examples
  39. ----- HyperTalk script -----
  40. on mouseUp
  41.   go card "Column Examples"
  42. end mouseUp
  43.  
  44.  
  45.  
  46. -- part contents for background part 4
  47. ----- text -----
  48. Column Specification
  49.  
  50. -- part contents for background part 3
  51. ----- text -----
  52. Each line of this field describes what is to go into one column of the report.  Each line is of the form:
  53.     Header;Width;Font/Style;Content
  54. Header is the header to print at the top of each column
  55. Width is the column width in inches
  56. Font/STyle specifies the font and style to use for data in         this column
  57. Content specifies what to put in the column.  If it is omitted then the background field with the name given by the header is used.  Otherwise, Content is taken as a HyperTalk expression giving the content.
  58.